projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5326c1d
)
(internal_self_insert): Use PT, not point.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 14 Jun 1997 04:50:37 +0000
(
04:50
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 14 Jun 1997 04:50:37 +0000
(
04:50
+0000)
src/cmds.c
patch
|
blob
|
history
diff --git
a/src/cmds.c
b/src/cmds.c
index 8b51e69de48e672dd05be9d18c0808c0a107746a..00a6e7687f820e2868d6ccf1870ae5078913343b 100644
(file)
--- a/
src/cmds.c
+++ b/
src/cmds.c
@@
-413,7
+413,7
@@
internal_self_insert (c, noautofill)
del_range (PT, forward_point (1));
else
{
- int pos =
point
;
+ int pos =
PT
;
/* The actual cursor position after the trial of moving
to column TARGET_CLM. It is greater than TARGET_CLM
if the TARGET_CLM is middle of multi-column